home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ftpser1a / useropts.frm < prev    next >
Text File  |  1999-08-24  |  14KB  |  496 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  3. Begin VB.Form UserOpts 
  4.    AutoRedraw      =   -1  'True
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "User Options"
  7.    ClientHeight    =   5730
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   7245
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   5730
  15.    ScaleWidth      =   7245
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   1  'CenterOwner
  18.    Begin MSComDlg.CommonDialog CommonDialog1 
  19.       Left            =   4560
  20.       Top             =   5280
  21.       _ExtentX        =   847
  22.       _ExtentY        =   847
  23.       _Version        =   393216
  24.    End
  25.    Begin VB.CommandButton UsrDone 
  26.       Caption         =   "Done"
  27.       Height          =   375
  28.       Left            =   2640
  29.       TabIndex        =   25
  30.       Top             =   5280
  31.       Width           =   1575
  32.    End
  33.    Begin VB.Frame Frame1 
  34.       Caption         =   "Setup"
  35.       Height          =   5175
  36.       Left            =   2520
  37.       TabIndex        =   4
  38.       Top             =   0
  39.       Width           =   4575
  40.       Begin VB.TextBox UsrName 
  41.          Height          =   285
  42.          Left            =   1080
  43.          TabIndex        =   27
  44.          Top             =   240
  45.          Width           =   2655
  46.       End
  47.       Begin VB.TextBox HomeDir 
  48.          Height          =   285
  49.          Left            =   1080
  50.          TabIndex        =   24
  51.          Top             =   960
  52.          Width           =   2655
  53.       End
  54.       Begin VB.TextBox Pword 
  55.          Height          =   285
  56.          Left            =   1080
  57.          TabIndex        =   21
  58.          Top             =   600
  59.          Width           =   2655
  60.       End
  61.       Begin VB.Frame frm1 
  62.          Caption         =   "File/Dir Access Rules"
  63.          Height          =   3495
  64.          Left            =   120
  65.          TabIndex        =   5
  66.          Top             =   1560
  67.          Width           =   4335
  68.          Begin VB.CommandButton FDUpdate 
  69.             Caption         =   "Update"
  70.             Height          =   375
  71.             Left            =   1920
  72.             TabIndex        =   26
  73.             Top             =   3000
  74.             Width           =   735
  75.          End
  76.          Begin VB.CheckBox FRead 
  77.             Caption         =   "Read"
  78.             Height          =   255
  79.             Left            =   3000
  80.             TabIndex        =   17
  81.             Top             =   480
  82.             Width           =   855
  83.          End
  84.          Begin VB.CheckBox FWrite 
  85.             Caption         =   "Write"
  86.             Height          =   255
  87.             Left            =   3000
  88.             TabIndex        =   16
  89.             Top             =   720
  90.             Width           =   735
  91.          End
  92.          Begin VB.CheckBox FDelete 
  93.             Caption         =   "Delete"
  94.             Height          =   255
  95.             Left            =   3000
  96.             TabIndex        =   15
  97.             Top             =   960
  98.             Width           =   855
  99.          End
  100.          Begin VB.CheckBox FEx 
  101.             Caption         =   "Execute"
  102.             Height          =   255
  103.             Left            =   3000
  104.             TabIndex        =   14
  105.             Top             =   1200
  106.             Width           =   975
  107.          End
  108.          Begin VB.CheckBox DList 
  109.             Caption         =   "List"
  110.             Height          =   255
  111.             Left            =   3000
  112.             TabIndex        =   13
  113.             Top             =   1800
  114.             Width           =   615
  115.          End
  116.          Begin VB.CheckBox DMake 
  117.             Caption         =   "Make"
  118.             Height          =   255
  119.             Left            =   3000
  120.             TabIndex        =   12
  121.             Top             =   2040
  122.             Width           =   735
  123.          End
  124.          Begin VB.CheckBox DRemove 
  125.             Caption         =   "Remove"
  126.             Height          =   255
  127.             Left            =   3000
  128.             TabIndex        =   11
  129.             Top             =   2280
  130.             Width           =   975
  131.          End
  132.          Begin VB.CheckBox DSub 
  133.             Caption         =   "Inherit Subs"
  134.             Height          =   255
  135.             Left            =   3000
  136.             TabIndex        =   10
  137.             Top             =   2520
  138.             Width           =   1215
  139.          End
  140.          Begin VB.ListBox AccsList 
  141.             Height          =   2595
  142.             ItemData        =   "UserOpts.frx":0000
  143.             Left            =   120
  144.             List            =   "UserOpts.frx":0002
  145.             TabIndex        =   9
  146.             Top             =   240
  147.             Width           =   2655
  148.          End
  149.          Begin VB.CommandButton FDAdd 
  150.             Caption         =   "Add"
  151.             Height          =   375
  152.             Left            =   240
  153.             TabIndex        =   8
  154.             Top             =   3000
  155.             Width           =   615
  156.          End
  157.          Begin VB.CommandButton FDEdit 
  158.             Caption         =   "Edit"
  159.             Height          =   375
  160.             Left            =   1080
  161.             TabIndex        =   7
  162.             Top             =   3000
  163.             Width           =   615
  164.          End
  165.          Begin VB.CommandButton FDRemove 
  166.             Caption         =   "Remove"
  167.             Height          =   375
  168.             Left            =   2880
  169.             TabIndex        =   6
  170.             Top             =   3000
  171.             Width           =   735
  172.          End
  173.          Begin VB.Label Label1 
  174.             Caption         =   "Files"
  175.             Height          =   255
  176.             Left            =   2880
  177.             TabIndex        =   19
  178.             Top             =   240
  179.             Width           =   495
  180.          End
  181.          Begin VB.Label Label2 
  182.             Caption         =   "Directories"
  183.             Height          =   255
  184.             Left            =   2880
  185.             TabIndex        =   18
  186.             Top             =   1560
  187.             Width           =   975
  188.          End
  189.       End
  190.       Begin VB.Label Label5 
  191.          Caption         =   "Home Dir:"
  192.          Height          =   255
  193.          Left            =   120
  194.          TabIndex        =   23
  195.          Top             =   960
  196.          Width           =   855
  197.       End
  198.       Begin VB.Label Label4 
  199.          Caption         =   "Username:"
  200.          Height          =   255
  201.          Left            =   120
  202.          TabIndex        =   22
  203.          Top             =   240
  204.          Width           =   855
  205.       End
  206.       Begin VB.Label Label3 
  207.          Caption         =   "Password:"
  208.          Height          =   255
  209.          Left            =   120
  210.          TabIndex        =   20
  211.          Top             =   600
  212.          Width           =   855
  213.       End
  214.    End
  215.    Begin VB.Frame Frame2 
  216.       Caption         =   "Users"
  217.       Height          =   5175
  218.       Left            =   120
  219.       TabIndex        =   0
  220.       Top             =   0
  221.       Width           =   2295
  222.       Begin VB.CommandButton UsrRemove 
  223.          Caption         =   "Remove"
  224.          Height          =   375
  225.          Left            =   1320
  226.          TabIndex        =   3
  227.          Top             =   4560
  228.          Width           =   855
  229.       End
  230.       Begin VB.CommandButton UsrAdd 
  231.          Caption         =   "Add"
  232.          Height          =   375
  233.          Left            =   120
  234.          TabIndex        =   2
  235.          Top             =   4560
  236.          Width           =   855
  237.       End
  238.       Begin VB.ListBox UserList 
  239.          Height          =   4155
  240.          ItemData        =   "UserOpts.frx":0004
  241.          Left            =   120
  242.          List            =   "UserOpts.frx":0006
  243.          TabIndex        =   1
  244.          Top             =   240
  245.          Width           =   2055
  246.       End